home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -screenplay- / shareware / freeciv / data / misc / chiefs.spec < prev    next >
INI File  |  2000-02-29  |  861b  |  50 lines

  1. [spec]
  2.  
  3. ; Format and options of this spec file:
  4. options = "+spec2"
  5.  
  6. [info]
  7.  
  8. artists = "
  9.     Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
  10.     Jeff Mallatt <jjm@codewell.com> (occupation indicator)
  11. "
  12.  
  13. [file]
  14. gfx = "misc/chiefs"
  15.  
  16. [grid_main]
  17.  
  18. x_top_left = 0
  19. y_top_left = 0
  20. dx = 45
  21. dy = 45
  22.  
  23. tiles = { "row", "column", "tag"
  24.  
  25. ; Unit hit-point bars: approx percent of hp remaining
  26. 0,  0, "unit.hp_100"
  27. 0,  1, "unit.hp_90"
  28. 0,  2, "unit.hp_80"
  29. 0,  3, "unit.hp_70"
  30. 0,  4, "unit.hp_60"
  31. 0,  5, "unit.hp_50"
  32. 0,  6, "unit.hp_40"
  33. 0,  7, "unit.hp_30"
  34. 0,  8, "unit.hp_20"
  35. 0,  9, "unit.hp_10"
  36. 0, 10, "unit.hp_0"
  37.  
  38. ; Default occupied flag
  39. 0, 11, "cd.occupied"
  40.  
  41. ; City occupied flags
  42. 0, 11, "city.european_occupied"
  43. 0, 11, "city.classical_occupied"
  44. 0, 11, "city.industrial_occupied"
  45. 0, 11, "city.modern_occupied"
  46. 0, 11, "city.postmodern_occupied"
  47. 0, 11, "cd.occupied"
  48.  
  49. }
  50.